__pycache__/
.pytest_cache/
.venv/
*.pyc
*.pyo
*.pyd
.DS_Store
.env
dist/
build/
.coverage
coverage.xml
*.egg-info/
/.idea/
/.vscode/
*.log

# Keep downloads folder structure but ignore temporary files
downloads/**/*.tmp
downloads/**/.DS_Store


